home *** CD-ROM | disk | FTP | other *** search
- %ifndef INCLUDED_NMTRANS_INC
- %define INCLUDED_NMTRANS_INC
-
- ;
- ; API
- ;
- %ifdef APINMTRANS
- extern _DevIO_SetWLDRBreak
- extern _NmSymGetModuleLoadRecord
- extern _NmSymLoadExports
- %endif
-
- ;
- ; Structure Def
- ;
- struc ModuleLoadRecord
- .unknown1: resb 0x104
- .ModName: resb 0x22 ; 0x104 length+ascii
- .Loadable: resd 1 ; 0x126 0/1
- .Type: resd 1 ; 0x12A 1-D
- .EntryRVA: resd 1 ; 0x12E relative to first section base
- .unknown2: resb 0x1DC-.unknown2
- endstruc
-
- %endif
-